CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 词法 语法 分析

搜索资源列表

  1. 编译原理报告

    0下载:
  2. 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:48732
    • 提供者:cyberspace
  1. bianyiyuanlisheji

    0下载:
  2. 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:513232
    • 提供者:与非门
  1. xxxprinceshiyanbaogao

    1下载:
  2. 便宜原理实验报告内涵设计流程图,6个实验的实验报告,词法分析,语法分析:ll1 LR 算符优先 中间代码生成 pl/0编译器
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:337204
    • 提供者:辛华
  1. bianyi

    1下载:
  2. 编译原理课程设计,词法分析,语法分析,语义分析等.用c做的
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11023
    • 提供者:ypd
  1. Compile

    0下载:
  2. 1. 系统功能:能读取词法分析结果进行语法分析,在语法分析的同时进行语义分析,生成中间代码; 2. 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 3. 算法:递归下降分析法的实现;
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:155542
    • 提供者:vivien
  1. SNL01

    0下载:
  2. snl语言的语法分析 (递归下降法)词法分析-snl language parsing recursive descent method
  3. 所属分类:Document

    • 发布日期:2017-05-07
    • 文件大小:1141733
    • 提供者:
  1. dowhile

    0下载:
  2. 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:8631
    • 提供者:李伟霞
  1. for

    0下载:
  2. for循环控制语句的翻译,该程序的词法分析和语法分析程序是分开的-for circulation control translation statement, the program' s lexical analysis and syntax analysis program is separate from the
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1437354
    • 提供者:小崔
  1. shixun

    0下载:
  2. 编译原理实训,介绍了四个编译原理的实训课程,语义分析,语法分析,词法分析,词法识别-Compiler theory training, introduced the principle of the training course of four compilation, semantic analysis, syntax analysis, lexical analysis, lexical recognition
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:191158
    • 提供者:常余
  1. bianyiyuanli

    0下载:
  2. 一、 实验目的与要求 目的:在分析理解一个教学型编译程序(如PL/0)的基础上,对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充。达到进一步了解程序编译过程的基本原理和基本实现方法的目的。 要求:对PL/0作以下修改扩充 基本内容: 增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 -First, the purpose an
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:31851
    • 提供者:王亚楠
  1. 025800-01

    0下载:
  2. 内含语法分析,词法分析,文法分析还有安装的程序-Includes syntax analysis, lexical analysis, grammar analysis, and installation procedures
  3. 所属分类:软件工程

    • 发布日期:2017-05-07
    • 文件大小:1190849
    • 提供者:羽翼
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. 2008620_2636

    0下载:
  2. 编译原理课程设计使用词法分析,语法分析将布尔表达式转换为逆波兰式-Course Design Compiler
  3. 所属分类:软件工程

    • 发布日期:2017-04-17
    • 文件大小:9608
    • 提供者:yuanyuan
  1. yufafenxi

    0下载:
  2.  语法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”等等.语法分析程序判断源程序在结构上是否正确.源程序的结构由上下文无关文法描述.语法分析程序可以用YACC等工具自动生成。-Grammar analysis is a logical compile process stage. The task of grammatical analysis is in a separate lexical analysis on
  3. 所属分类:文件格式

    • 发布日期:2017-04-16
    • 文件大小:249229
    • 提供者:懒人
  1. compiler

    0下载:
  2. 编译原理实验,包含词法分析,语法分析,语义分析等功能文档-Compiling principle experiment, including morphology analysis, grammatical analysis, the function such as semantic analysis document
  3. 所属分类:文件格式

    • 发布日期:2017-04-17
    • 文件大小:188995
    • 提供者:周巧华
  1. cmm-compiler-document

    0下载:
  2. cmm 语言的解释器,包括整个程序的设计,以及程序的词法分析语法分析语义分析以及最后的解释执行。-cmm language interpreter, including the design of the entire program, and the program s lexical analysis syntax analysis semantic analysis and final interpretation of the implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1372500
    • 提供者:stanly
  1. my_compile

    0下载:
  2. 编译器的开发文档,包含词法分析、语法分析、语义分析。测试样例和源代码-Compiler development documents, including lexical analysis, parsing, semantic analysis. The test sample and the source code
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:80946
    • 提供者:will
  1. cifafenxi

    0下载:
  2. 借助Lex 和Yacc 进行词法语法分析,初学者可以参考参考-With Lex and Yacc parsing lexical, beginners can refer to reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:243890
    • 提供者:shen
  1. flex-and-bison

    0下载:
  2. <flex and bison>中文版,flex和bison是生成编译器的工具,flex用于词法分析,bison用于语法分析。bison需要的语言是C++。-<flex and bison> Chinese version, flex and bison is a tool to generate compiler, flex for lexical analysis, bison for parsing. Language bison need is C++.
  3. 所属分类:software engineering

    • 发布日期:2017-06-03
    • 文件大小:14858959
    • 提供者:very
  1. kcsj

    0下载:
  2. 编译实验报告,词法分析语法分析语义分析目标代码生成全过程,-Compile the report of the experiment, lexical analysis, syntax analysis semantic analysis of the whole process of target code generation,
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:178821
    • 提供者:小强
« 12 »
搜珍网 www.dssz.com